-
-
Notifications
You must be signed in to change notification settings - Fork 244
Add support for a third address line parameter #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This is very useful! |
How would you see this working with existing drivers that would never look at the |
So in this scenario, the application wants to use I think the options here are the same as usual with any drivers, you would either fork the driver to add support for |
The CI tests are failing for a reason unrelated to this branch (they're failing for Is there anything I can do to help progress this PR? |
@barryvdh any chance of a review on this one? |
Had another gateway with the additional address line item requirement and am having to keep using this fork in order to make it play nice. Is there anything I can do to progress this PR? |
Rebased on latest |
Some payment gateways support an additional address line for more complex addresses. Rather than making additional accessors just for one line of addressing when everything else is supported by the
CreditCard
object, we can add support here directly.